-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Port over the existing tests and set up CI #11
Conversation
…rence-model into format-as-package
…based on count data rather than only hosp
…rence-model into 9-port-over-tests
Edit: added |
@dylanhmorris this is ready for re-review |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A few things
Co-authored-by: Dylan H. Morris <[email protected]>
Co-authored-by: Dylan H. Morris <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor wording suggestion
Co-authored-by: Dylan H. Morris <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Provided the CI checks pass this LGTM!
This PR moves over the existing testing infrastructure from https://github.com/CDCgov/wastewater-informed-covid-forecasting, and modifies the tests as needed to fit the new functions. It also sets up CI to run the tests every time there is a PR into main or prod. Other scope creep things it does:
data
usingdata.R
Definitely need to figure out how to set up caching because the
r-cmd-check
is taking on the order of 20 min to fail :( I think this can be a separate issue though.Do we want to set up any other CI? For example, I know @zsusswein set up code-cov (we would not do well right now....) and also a check to make sure that the change log(
NEWS.md
) was updated every time a PR merges to mainNeed to have main merged in once #5 is merged